API

Sales APIs

Description

Sales quote requests is the initial object in the RamBase sales process. The customer request a quote for one or several items, which might lead to the creation of a sales quote.

Tags and resources

POST
sales/quote-requests
Creates a new sales quote request
GET
sales/quote-requests
List of all sales quote request
GET
sales/quote-requests/{salesQuoteRequestId}
Sales quote request details for the provided identifier
POST
sales/quote-requests/{salesQuoteRequestId}/api-operations/{apiOperationId}/instances
8 operation(s) for sales/quote-requests/{salesQuoteRequestId}
DELETE
sales/quote-requests/{salesQuoteRequestId}
Deletes a sales quote request
PUT
sales/quote-requests/{salesQuoteRequestId}
Saves update information for provided sales quote request
GET
sales/quote-requests/{salesQuoteRequestId}/applicable-accessories?productId={productId}&itemId={itemId}
List of applicable accessories for all items of the sales quote request. If the sales quote request is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable accessories for that specific product will show even if the product does not exist in any of the items.
GET
sales/quote-requests/{salesQuoteRequestId}/applicable-replacements?productId={productId}&itemId={itemId}
List of applicable replacements for all items of the sales quote request. If the sales quote request is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable replacements for that specific product will show even if the product does not exist in any of the items.
GET
sales/quote-requests/{salesQuoteRequestId}/forward-destinations
List of possible targets to forward sales quote request to
GET
sales/quote-requests/key-figures?groupBy={groupBy}
Key figures for sales quote requests.